home *** CD-ROM | disk | FTP | other *** search
Wrap
# This is a generated file. Do not edit. from template import Handle, fillAttr, quoteAndFillAttr, fillStaticTemplate from StringIO import StringIO from xhtmltools import urlencode from templatehelper import quoteattr, escape from string import Template import app import views import sorts import indexes import filters import resources import gtcache _ = gtcache.gettext def fillTemplate(domHandler, dtvPlatform, eventCookie, bodyTagExtra, *args, **kargs): # Start of handle # Start user code # End user code localvars = locals() localvars.update(globals()) handle = Handle(domHandler, localvars, onUnlink = lambda:None) out = StringIO() out.write(u"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n") out.write(u'<html xmlns:t="http://www.participatorypolitics.org/" xmlns:i18n="http://www.participatoryculture.org/i18n">\n<head>\n</head>\n<body') out.write(u" " + bodyTagExtra) out.write(u'>\n<a class="feeditem">\n <img src="') out.write(quoteattr(this.obj.getIconURL())) out.write(u'" alt="" class="icon"></img>\n <div class="name">') out.write(escape(this.obj.getTitle())) out.write(u'</div>\n</a>\n</body>\n</html>') out.seek(0) return (out, handle)